Skip to main content

Line

Description

Call Line to create a coordinates list (ADottedPoints) for a dotted-line base on single line coordinates (start point Pt1 and end point Pt2), added pattern (Elements) and the Scale. The ADottedPoints list is list of the PFPoint types.

Note

if IsSolid = True or ADottedPoints.Count <> 0 Line raises an EListError exception.

Syntax

procedure Line(const Pt1, Pt2: TFPoint; ADottedPoints: TList);